-
Notifications
You must be signed in to change notification settings - Fork 522
refactor workflows #5552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor workflows #5552
Conversation
Signed-off-by: Junpu Fan <[email protected]>
Signed-off-by: Junpu Fan <[email protected]>
Signed-off-by: Junpu Fan <[email protected]>
Signed-off-by: Junpu Fan <[email protected]>
Signed-off-by: Junpu Fan <[email protected]>
Signed-off-by: Junpu Fan <[email protected]>
Signed-off-by: Junpu Fan <[email protected]>
| echo "IMAGE_URI=${IMAGE_URI}" >> ${GITHUB_OUTPUT} | ||
| sglang-local-benchmark-test: | ||
| needs: [set-test-environment, build-sglang-image] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change means that we will test local-benchmark-test on prod image if the build didn't happen btw. Do we want to always run the test?
My thought process for implementing it this way was that al these upstream tests only need to run if we're building a new image. If we're using a prod image, then we can assume that these tests passed
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hmm, make sense to me, i can add it back
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
do we want to organize the env part to be the same format as pr-vllm file?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably not necessary at this point, we can keep that free form for now
Signed-off-by: Junpu Fan <[email protected]>
Uh oh!
There was an error while loading. Please reload this page.